projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6897d8
)
(getpid): New function.
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 19 Mar 1996 02:01:47 +0000
(
02:01
+0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 19 Mar 1996 02:01:47 +0000
(
02:01
+0000)
lib-src/ntlib.c
patch
|
blob
|
history
diff --git
a/lib-src/ntlib.c
b/lib-src/ntlib.c
index a6e65fc2cd190a2c84ed8f32e05a687eb6e03ecb..dd294a5a149055a956f219faa9f7b5838fd7a005 100644
(file)
--- a/
lib-src/ntlib.c
+++ b/
lib-src/ntlib.c
@@
-43,6
+43,12
@@
getwd (char *dir)
return GetCurrentDirectory (MAXPATHLEN, dir);
}
+int
+getpid ()
+{
+ return _getpid ();
+}
+
static HANDLE getppid_parent;
static int getppid_ppid;